home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / Kernel.strings < prev    next >
Text File  |  1994-12-14  |  10KB  |  264 lines

  1. /* Copyright Notice ============================================*
  2.  
  3.     This file contains proprietary information of Pages Software
  4.     Incorporated. Copying or reproduction without prior written
  5.     approval is prohibited.
  6.         
  7.     Copyright (c) 1992
  8.     Pages Software Inc.
  9.     9755 Clairemont Mesa Blvd.
  10.     San Diego, CA 92124
  11.     (619) 492-9050
  12.     
  13.  * Copyright Notice ============================================*/
  14.  
  15.  
  16. /* RCS History Section==========================================*/
  17.  
  18. /*
  19.  * $Header: /sourceControl/pages/1.5.n/src/kernel.subproj/English.lproj/RCS/Kernel.strings,v 2.1 1994/10/13 00:03:40 peter Exp $
  20.  *
  21.  * $Log: Kernel.strings,v $
  22.  * Revision 2.1  1994/10/13  00:03:40  peter
  23.  * 1.5.n tree start
  24.  *
  25. Revision 1.6  1994/05/13  03:39:05  peter
  26. added load bundle panel
  27.  
  28. Revision 1.5  1994/05/11  18:53:43  peter
  29. added system time & date strings
  30.  
  31. Revision 1.4  1994/04/18  20:50:45  peter
  32. added undo strings (for change manager)
  33.  
  34. Revision 1.3  94/03/30  18:53:06  peter
  35. added strings
  36.  
  37. Revision 1.2  94/03/08  00:32:39  peter
  38. more error alerts
  39.  
  40. Revision 1.1  94/03/01  20:31:46  build
  41. Initial revision
  42.  
  43.  *
  44.  */
  45.  
  46. /* RCS History Section==========================================*/
  47.  
  48.  
  49.  
  50. /* Module Notes ================================================*
  51.  
  52.     This file contains the strings used within the kernel 
  53.     these are accessed via PGResource's +localizedString: method
  54.  
  55.  * Module Notes ================================================*/
  56.  
  57.  
  58. /************************************************
  59.  *        Miscellaneous Strings
  60.  ************************************************/
  61. "SplashVersion"                = "Version %d.%02d";
  62. "NewLocationDirectory"        = "~";
  63. "NewLocationTitle"            = "Untitled";
  64. "NewDocumentComment"            = "New document.";
  65. "NewFromTemplateComment"    = "New from template: \"%s\".";
  66. "SavedAsDocumentComment"    = "Saved from: \"%s\".";
  67. "SavedToDocumentComment"    = "Saved from: \"%s\".";
  68. "SystemTime"                    = "%I:%M%p";
  69. "SystemDate"                    = "%m/%d/%y";
  70. "EvalTimeoutMessage"            = "Evaluation copy: this software will not launch after %s.";
  71. "EvalInternalMessage"        = "Internal Development Copy - If you are not under NDA, close your eyes.";
  72.  
  73. /************************************************
  74.  *        Undo Strings
  75.  ************************************************/
  76.  
  77. "MenuUndo"                = "Undo";
  78. "MenuUndoOperation"    = "Undo %s";
  79. "MenuRedo"                = "Redo";
  80. "MenuRedoOperation"    = "Redo %s";
  81.  
  82. /************************************************
  83.  *        Alert Panel Strings
  84.  ************************************************/
  85.  
  86. /* Can't find directory */
  87. "CantFindDir_Title" = "Cannot Find Directory";
  88. "CantFindDir_Message" = "Would you like me to create one for you?";
  89. "CantFindDir_ButtonDefault" = "Yes";
  90. "CantFindDir_ButtonAlternate" = "No";
  91.  
  92. /* Terminate with dirty documents */
  93. "Quit_Title"    = "Quit";
  94. "Quit_Message"    = "You have unsaved documents.";
  95. "Quit_ButtonDefault"    = "Review Unsaved";
  96. "Quit_ButtonAlternate"    = "Quit Anyway";
  97. "Quit_ButtonOther"    = "Cancel";
  98.  
  99. /* Revert to saved when dirty */
  100. "RevertSavedDirty_Title"    = "Revert to Saved";
  101. "RevertSavedDirty_Message"    = "Do you want to revert to the last saved version of \"%s\"?";
  102. "RevertSavedDirty_ButtonDefault"    = "Revert";
  103. "RevertSavedDirty_ButtonAlternate"    = "Cancel";
  104.  
  105. /* Revert to backup when dirty */
  106. "RevertBackupDirty_Title"    = "Revert to Backup";
  107. "RevertBackupDirty_Message"    = "Do you want to revert to the backup version of \"%s\"?";
  108. "RevertBackupDirty_ButtonDefault"    = "Revert";
  109. "RevertBackupDirty_ButtonAlternate"    = "Cancel";
  110.  
  111. /* Revert failed */
  112. "RevertFailed_Title"    = "Revert Failed";
  113. "RevertFailed_Message"    = "The revert operation failed. Returning to original document.";
  114. "RevertFailed_ButtonDefault"    = "OK";
  115.  
  116. /* Trying to open a backup (original exists) */
  117. "OpenBackupOrOrig_Title"    = "Open Backup";
  118. "OpenBackupOrOrig_Message"    = "You are attempting to open a backup version. Would you rather open the original?%s";
  119. "OpenBackupOrOrig_ButtonDefault"        = "Open Original";
  120. "OpenBackupOrOrig_ButtonAlternate"    = "Open Backup";
  121. "OpenBackupOrOrig_ButtonOther"        = "Cancel";
  122. /* this string gets added to the previous panel's message if auto-backup on open is on */
  123. "WarnNoBackup" = " (No auto-backup will be made this time.)";
  124.  
  125. /* Saved a document over another open doc */
  126. "DocDestroyed_Title" = "Document Replaced";
  127. "DocDestroyed_Message" = "You replaced this document in the previous operation. Do you want to discard the original document or save it using a new name?";
  128. "DocDestroyed_ButtonDefault" = "Save As";
  129. "DocDestroyed_ButtonAlternate" = "Discard";
  130.  
  131. /* Could not save the file to that path because you did not have write permission */
  132. "CantSaveToDirectory_Title"    = "Save Error";
  133. "CantSaveToDirectory_Message"    = "Unable to save the file to that directory.";
  134. "CantSaveToDirectory_ButtonDefault"    = "OK";
  135.  
  136. /* Could not save the file to that path because you did not have write permission */
  137. "NoWriteFilePermission_Title"                = "Save Error";
  138. "NoWriteFilePermission_Message"            = "You do not have permission to write document \"%s\".";
  139. "NoWriteFilePermission_ButtonDefault"    = "OK";
  140.  
  141. /* Could not save the file due to internal error */
  142. "CantSaveDoc_Title"                = "Save Error";
  143. "CantSaveDoc_Message"            = "Unable to save document \"%s\".";
  144. "CantSaveDoc_ButtonDefault"    = "OK";
  145.  
  146. /* File version too old */
  147. "FileVersionError_Title"            = "Version Error";
  148. "FileVersionError_Message"            = "Pages is unable to read that document version (%d.%02d).";
  149. "FileVersionError_ButtonDefault"    = "OK";
  150.  
  151. /* Could not read the file */
  152. "CantReadDoc_Title"                = "Open Error";
  153. "CantReadDoc_Message"            = "Unable to read document \"%s\".";
  154. "CantReadDoc_ButtonDefault"    = "OK";
  155.  
  156. /* Couldn't get a stream */
  157. "NoStream_Title"                    = "I/O Error";
  158. "NoStream_Message"                = "Unable to create stream for \"%s\".";
  159. "NoStream_ButtonDefault"        = "OK";
  160.  
  161. /* Couldn't make directory */
  162. "NoDirectory_Title"                    = "I/O Error";
  163. "NoDirectory_Message"                = "Unable to create directory \"%s\".";
  164. "NoDirectory_ButtonDefault"        = "OK";
  165.  
  166. /* Couldn't get a wrapper */
  167. "NoWrapper_Title"                    = "I/O Error";
  168. "NoWrapper_Message"                = "Unable to create file wrapper \"%s\".";
  169. "NoWrapper_ButtonDefault"        = "OK";
  170.  
  171. /* Couldn't make a save backup */
  172. "NoBackup_Title"                    = "I/O Error";
  173. "NoBackup_Message"                = "Unable to backup file \"%s\" prior to save.";
  174. "NoBackup_ButtonDefault"        = "OK";
  175.  
  176. /* Couldn't erase a file to save over */
  177. "CantReplace_Title"                    = "I/O Error";
  178. "CantReplace_Message"                = "Unable to replace file \"%s\".";
  179. "CantReplace_ButtonDefault"        = "OK";
  180.  
  181. /* Couldn't restore after failed save */
  182. "CantRestore_Title"                    = "I/O Error";
  183. "CantRestore_Message"                = "Unable to restore file \"%s\".";
  184. "CantRestore_ButtonDefault"        = "OK";
  185.  
  186. /* Exception from an NXStream */
  187. "NXStreamError_Title"                = "I/O Error";
  188. "NXStreamError_Message"                = "A stream error occured in the file \"%s\". (Code: %d)";
  189. "NXStreamError_ButtonDefault"        = "OK";
  190.  
  191. /* Exception from an TypedStream */
  192. "TypedStreamError_Title"                = "I/O Error";
  193. "TypedStreamError_Message"                = "A typed stream error occured in the file \"%s\". (%s)";
  194. "TypedStreamError_ButtonDefault"        = "OK";
  195.  
  196. /* Loading a named bundle */
  197. "LoadBundlePanel_Title"                = "Please Wait";
  198. "LoadBundlePanel_Message"            = "Loading %s";
  199.  
  200. /* ============ REGISTRATION STRINGS ================ */
  201.  
  202. /* Cant write registration file */
  203. "CantLicense_Title" = "Registration Error";
  204. "CantLicense_Message" = "Pages is unable to process your registration.\nYou must have write privileges where Pages is stored.";
  205. "CantLicense_ButtonDefault" = "Quit";
  206.  
  207. /* Registration file(s) missing or corrupt */
  208. "NoLicense_Title" = "License Violation";
  209. "NoLicense_Message" = "Pages registration files are missing or corrupt.\nYou must re-install Pages from the original disk(s).";
  210. "NoLicense_ButtonDefault" = "Quit";
  211.  
  212. /* ============ EVAULATION LICENCE STRINGS ================ */
  213.  
  214. /* Eval license expired */
  215. "LicenseExpired_Title" = "License Expired";
  216. "LicenseExpired_Message" = "The evaluation license for Pages has expired.\nPlease contact Pages Software Inc for information about further licensing.";
  217. "LicenseExpired_ButtonDefault" = "Quit";
  218.  
  219. /* Eval license expired while running */
  220. "LicenseExpiredRunning_Title"        = "Grace Period";
  221. "LicenseExpiredRunning_Message"    = "Save your work now, Pages will quit in five minutes.\nThere will be no further warnings.\n\nPlease contact Pages Software Inc for information about further licensing.";
  222. "LicenseExpiredRunning_ButtonDefault" = "OK";
  223.  
  224. /* Clock's been wound back */
  225. "ClockError_Title" = "License Error";
  226. "ClockError_Message" = "Pages has detected a discrepancy with the system clock.\n\nContact Pages Software Inc at (619) 492-9050 for more information.";
  227. "ClockError_ButtonDefault" = "Quit";
  228.  
  229. /* License file missing */
  230. "NotLicensed_Title" = "Not Licensed";
  231. "NotLicensed_Message" = "This evaluation copy of Pages has not been licensed for this account.";
  232. "NotLicensed_ButtonDefault" = "Quit";
  233.  
  234. /* Cant write to license file */
  235. "CantWriteLicense_Title" = "License Error";
  236. "CantWriteLicense_Message" = "Unable to update licence file.\nYou must have write permission to your home folder.";
  237. "CantWriteLicense_ButtonDefault" = "Quit";
  238.  
  239. /* License file been edited */
  240. "LicenseBad_Title" = "License Violation";
  241. "LicenseBad_Message" = "Pages has detected an illegal attempt to bypass the evaluation license and has self destructed.\n\nPlease contact Pages Software Inc at (619) 492-9050 for more information.";
  242. "LicenseBad_ButtonDefault" = "Quit";
  243.  
  244. /* License not yet valid */
  245. "LicenseTooSoon_Title"                = "License Not Yet Valid";
  246. "LicenseTooSoon_Message"            = "The evaluation license will not be valid until %s.";
  247. "LicenseTooSoon_ButtonDefault"    = "Quit";
  248.  
  249.  
  250.  
  251. /*  Template for new alert panels
  252. "_Title" = "";
  253. "_Message" = "";
  254. "_ButtonDefault" = "";
  255. "_ButtonAlternate" = "";
  256. "_ButtonOther" = "";
  257. "_DefaultSwitch" = "";
  258. "_SoundOpen" = "";
  259. "_SoundDefault" = "";
  260. "_SoundAlternate" = "";
  261. "_SoundOther" = "";
  262. */
  263.  
  264.